-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev,genbzl: add support for generating syntax diagrams #84451
Conversation
@ajwerner I tested this locally and this accomplishes part of it and is already super helpful, but we also need to generate the raw BNF files so the docgen CI job can populate the generated-diagrams repo. I can try that once I get started in Dev Inf. Otherwise, great work and LGTM! Edit: Although, I suppose we can just edit the CI job to copy the HTML files only and do away with the extra step of the BNF. I'll have to talk to the docs team about that. |
dev
Outdated
@@ -3,7 +3,7 @@ | |||
set -euo pipefail | |||
|
|||
# Bump this counter to force rebuilding `dev` on all machines. | |||
DEV_VERSION=41 | |||
DEV_VERSION=42 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
42 is the current version, you probably want to rebase and bump this again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Release note: None
ff3b4b5
to
2d9a886
Compare
It was trivial to add support for generating the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ajwerner You're awesome.
TFTR! bors r+ |
Build failed (retrying...): |
Build succeeded: |
Fixes #84443.
Release note: None